projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c3b71
)
src/ChangeLog: Fix a typo.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 28 Jul 2014 07:18:46 +0000
(10:18 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 28 Jul 2014 07:18:46 +0000
(10:18 +0300)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 64fb82b78a3d27943725592332ecb8559075aed2..619efb479e6ab7d6e1339c8b7dcb9013830a55be 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-2410,7
+2410,7
@@
Avoid undefined behavior with huge regexp interval counts.
* regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
since it's now specialized to interval counts. All uses changed.
- Do not assume wrap
ra
ound on signed integer overflow.
+ Do not assume wrap
ar
ound on signed integer overflow.
(regex_compile): Simplify based on the above changes.
2013-12-12 Eli Zaretskii <eliz@gnu.org>